ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class / KeyType Property

In This Topic
    KeyType Property (IndexedGroup<T>)
    In This Topic
    Gets the type of the key of the IndexedGroup<T>.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property KeyType As System.Type
    public abstract System.Type KeyType {get;}

    Property Value

    Type of the key of the IndexedGroup<T>.
    See Also